Skip to content

[PW_SID:1069994] [v1] riscv: disable runtime constant support for XIP kernels#1652

Open
linux-riscv-bot wants to merge 2 commits intoworkflow__riscv__fixesfrom
pw1069994
Open

[PW_SID:1069994] [v1] riscv: disable runtime constant support for XIP kernels#1652
linux-riscv-bot wants to merge 2 commits intoworkflow__riscv__fixesfrom
pw1069994

Conversation

@linux-riscv-bot
Copy link

PR for series 1069994 applied to workflow__riscv__fixes

Name: [v1] riscv: disable runtime constant support for XIP kernels
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1069994
Version: 1

Linux RISC-V bot and others added 2 commits February 20, 2026 03:51
Runtime constant support is predicated on patching the kernel binary at
runtime, which is fundamentally impossible for an XIP kernel whose text
section is backed not by RAM but by memory mapped read-only storage.

If CONFIG_XIP_KERNEL is enabled, do not define riscv implementations of
the relevant runtime constant macros so that the fallbacks which do not
perform runtime constant optimization are used.

Fixes: a44fb57 ("riscv: Add runtime constant support")
Cc: stable@vger.kernel.org
Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 137.56 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1120.14 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1627.77 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.68 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.74 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.77 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 82.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
kdoc
Desc: Detects for kdoc errors
Duration: 4.57 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv: disable runtime constant support for XIP kernels"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch from e3d6c9b to c315cbf Compare March 21, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant